GtkBox: Documentation tweak
authorMatthias Clasen <mclasen@redhat.com>
Wed, 13 Jan 2016 05:39:53 +0000 (00:39 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 13 Jan 2016 05:39:53 +0000 (00:39 -0500)
gtk/gtkbox.c

index a8a4dc6779e6e761b27b7588161804108c5c8f5a..d0e9d3dc0fef6256ffbb2cf27698d5bee35c513e 100644 (file)
  *
  * # CSS nodes
  *
- * GtkBox uses a single CSS node with name box. The nodes of the children
- * are always arranged from left to right. So box :first-child will always
- * select the leftmost child, regardless of text direction.
+ * GtkBox uses a single CSS node with name box.
+ *
+ * In horizontal orientation, the nodes of the children are always arranged
+ * from left to right. So :first-child will always select the leftmost child,
+ * regardless of text direction.
  */
 
 #include "config.h"